if (do_name() != 'Home') : ?>
include("util/comment.php"); ?>
Reference | PathElement
endif ?>Syntax | PathElement() |
Description | Each point in a BezierPath is a PathElement object. This object has a number of properties that describe the coordinates and handles of the path point. |
Properties | point.cmd point.x point.y point.ctrl1.x point.ctrl1.y point.ctrl2.x point.ctrl2.y The point.cmd property describes the type of curve this point belongs to. Its value can be MOVETO, LINETO, CURVETO or CLOSE. See the tutorial on paths to learn about all the properties. |